addRequiredSignerKey
readonly addRequiredSignerKey: ( signerKey: Hash28 ) => TxBuilderRunner
signer:Hash28
adds the given key hash to the requiredSigners field of a Tx instance.
only the signers included in that field are passed to a contract's ScriptContext.
returns a reference to the same TxBuilderRunner.